<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#cerabox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1106;
    display: none;
}

#cerabox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url("../images/cerabox.png");
}

#cerabox-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    display: none;
    background: #000;
    opacity: .5;
}

#cerabox {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1101;
    display: none;
    opacity: 0;
    background: #fff;
}

#cerabox .cerabox-content {
    width: 100%;
    height: 100%;
    padding: 0;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    border: 0px solid #fff;
    /*CSS3*/
    -moz-box-shadow: 0 0 30px -5px #333;
    -webkit-box-shadow: 0 0 30px -5px #333;
    box-shadow: 0 0 30px -5px #333;
}

#cerabox .cerabox-content img {
    float: left;
}

#cerabox .cerabox-content span {
    font-family: Helvetica;
    font-size: 12px;
    margin: 10px;
    display: block;
    color: #000;
    line-height: normal;
}

#cerabox .cerabox-title {
    z-index: 1102;
    position: relative;
    bottom: 0;
    left: 0;
    top: 5px;
    color: #FFF;
    text-align: left;
    background: rgba(0,0,0,.8);
    width: 100%;
    background-color:		#000;
    -moz-border-radius:		5px;
    -webkit-border-radius:	5px;
    /* shadow opacity differs from box shadow because its default set to opacity 0.8 */
    -webkit-box-shadow:		0 0 10px rgba(0, 0, 0, 0.9);
}

#cerabox .cerabox-title span {
    font-family: Helvetica;
    font-size: 12px;
    margin: 10px;
    display: block;
    line-height: normal;
    padding-bottom:7px;
    padding-top:1px;
}

#cerabox .cerabox-copyrait {
    z-index: 1102;
    position: relative;
    bottom: 0;
    left: 0;
    top: 5px;
    color: #FFF;
    text-align: left;
    background: rgba(0,0,0,.8);
    width: 100%;
    background-color:		#000;
    -moz-border-radius:		5px;
    -webkit-border-radius:	5px;
    /* shadow opacity differs from box shadow because its default set to opacity 0.8 */
    -webkit-box-shadow:		0 0 10px rgba(0, 0, 0, 0.9);
}

#cerabox .cerabox-copyrait span {
    font-family: Helvetica;
    font-size: 12px;
    margin: 10px;
    display: block;
    line-height: normal;
    padding-bottom:7px;
    padding-top:1px;
}

#cerabox .cerabox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: transparent url('../images/cerabox.png') -40px 0px;
    cursor: pointer;
    z-index: 1105;
}

#cerabox .cerabox-content img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top;
}

#cerabox .cerabox-content iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

#cerabox a.cerabox-left, #cerabox a.cerabox-right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    background: transparent url('../images/blank.gif');
    z-index: 1104;
    display: none;
}

#cerabox a.cerabox-left {
    left: 0px;
}

#cerabox a.cerabox-right {
    right: 0px;
}

#cerabox a.cerabox-left span, #cerabox a.cerabox-right span {
    position: absolute;
    top: 50%;
    /*left: -9999px;*/
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1104;
    display: block;
}

#cerabox a.cerabox-left:hover span {
    background-image: url('../images/cerabox.png');
    background-position: -40px -30px;
    left: -15px;
}

#cerabox a.cerabox-right:hover span {
    background-image: url('../images/cerabox.png');
    background-position: -40px -60px;
    right: -15px;
}

#cerabox .cerabox-content-protection {
    display: none;
    position: absolute;
    background: transparent url('../images/blank.gif');
    z-index: 1103;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

/*IE6*/
#cerabox-loading.ceraboxbox-ie6 {
    position: absolute; margin-top: 0;
    top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}
.modal {
    cursor: -moz-zoom-in;
}
.cerabox-content {
    visibility: visible!important;
}
</pre></body></html>